projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c389915
)
Allow global descriptors (as in Groundspeak example(.
author
robertl
<robertl>
Thu, 8 Aug 2002 23:50:20 +0000
(23:50 +0000)
committer
robertl
<robertl>
Thu, 8 Aug 2002 23:50:20 +0000
(23:50 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index 743fe869c1c8795c108ae099e79599547da456c6..6ee4e2a36b5cd5e6bd63cc3eae01721fa7c75b1e 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-129,7
+129,7
@@
gpx_cdata(void *dta, const XML_Char *s, int len)
if (in_name && in_wpt) {
wpt_tmp->shortname = foo;
}
- if (in_desc) {
+ if (in_desc
&& in_wpt
) {
wpt_tmp->description = foo;
}
if (in_ele) {